home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / ma.dir / 00004_card anim lists.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  2.7 KB  |  24 lines

  1. on MAdoAnimList
  2.   global list1, list2, list3, list4, MAanimList
  3.   set vMAbackNum to random(3)
  4.   if vMAbackNum = 1 then
  5.     set list1 to list(the number of cast "a_1a", the number of cast "a_1b", the number of cast "a_1c", the number of cast "a_1d", the number of cast "x_1e", the number of cast "x_1f", the number of cast "x_1g")
  6.     set list2 to list(the number of cast "a_2a", the number of cast "a_2b", the number of cast "a_2c", the number of cast "a_2d", the number of cast "x_2e", the number of cast "x_2f", the number of cast "x_2g")
  7.     set list3 to list(the number of cast "a_3a", the number of cast "a_3b", the number of cast "a_3c", the number of cast "a_3d", the number of cast "x_3e", the number of cast "x_3f", the number of cast "x_3g")
  8.     set list4 to list(the number of cast "a_4a", the number of cast "a_4b", the number of cast "a_4c", the number of cast "a_4d", the number of cast "x_4e", the number of cast "x_4f", the number of cast "x_4g")
  9.   end if
  10.   if vMAbackNum = 2 then
  11.     set list1 to list(the number of cast "b_1a", the number of cast "b_1b", the number of cast "b_1c", the number of cast "b_1d", the number of cast "x_1e", the number of cast "x_1f", the number of cast "x_1g")
  12.     set list2 to list(the number of cast "b_2a", the number of cast "b_2b", the number of cast "b_2c", the number of cast "b_2d", the number of cast "x_2e", the number of cast "x_2f", the number of cast "x_2g")
  13.     set list3 to list(the number of cast "b_3a", the number of cast "b_3b", the number of cast "b_3c", the number of cast "b_3d", the number of cast "x_3e", the number of cast "x_3f", the number of cast "x_3g")
  14.     set list4 to list(the number of cast "b_4a", the number of cast "b_4b", the number of cast "b_4c", the number of cast "b_4d", the number of cast "x_4e", the number of cast "x_4f", the number of cast "x_4g")
  15.   end if
  16.   if vMAbackNum = 3 then
  17.     set list1 to list(the number of cast "c_1a", the number of cast "c_1b", the number of cast "c_1c", the number of cast "c_1d", the number of cast "x_1e", the number of cast "x_1f", the number of cast "x_1g")
  18.     set list2 to list(the number of cast "c_2a", the number of cast "c_2b", the number of cast "c_2c", the number of cast "c_2d", the number of cast "x_2e", the number of cast "x_2f", the number of cast "x_2g")
  19.     set list3 to list(the number of cast "c_3a", the number of cast "c_3b", the number of cast "c_3c", the number of cast "c_3d", the number of cast "x_3e", the number of cast "x_3f", the number of cast "x_3g")
  20.     set list4 to list(the number of cast "c_4a", the number of cast "c_4b", the number of cast "c_4c", the number of cast "c_4d", the number of cast "x_4e", the number of cast "x_4f", the number of cast "x_4g")
  21.   end if
  22.   set MAanimList to list(list1, list2, list3, list4)
  23. end
  24.